home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / hiz / 09 / 09.exe / adynware.exe / perl / spinach.old < prev    next >
Encoding:
Text File  |  2000-05-01  |  1.5 KB  |  41 lines

  1. $spinach__verbose = '0';
  2. $spinach__cacheDir = 'c:/perl/cache';
  3. $spinach__suppressAds = 1;
  4. $spinach__port = 38200;
  5. $spinach__proxyServer = '';
  6. $spinach__proxyPort = '0';
  7. $spinach__massageUserPerl = 1;
  8. $spinach__noPrefetchBeforeFirstBrowserQuery = '0';
  9. $spinach__prefetchEnabled = 1;
  10. $spinach__prefetchMaxItems = 100;
  11. $spinach__cacheSizeLimit = 99328000;
  12. $spinach__popupControlMode = 2;
  13. $spinach__imageCaching = 1;
  14. $spinach__stalenessTime = 1209600;
  15. %spinach__advertisers = (
  16.                           '\\bsponsor\\b' => 1,
  17.                           '\\bbanners?\\b' => 1,
  18.                           '\\badv\\b' => 1,
  19.                           '\\bads?([^a-z]|force)' => 1
  20.                         );
  21. %spinach__userSpecifiedPrefetchTargets = ();
  22. %spinach__unfinishedCacheItems = ();
  23. %spinach__siteInit = (
  24.                        'www.altavista.com/' => 'document.mfrm.q.focus()'
  25.                      );
  26. %spinach__useCache = (
  27.                        'www.snap.com/' => 1,
  28.                        'www.excite.com/' => 1,
  29.                        'www.infoseek.com/' => 1,
  30.                        'www.musicuniverse.com/images/contst.gif/' => 1,
  31.                        'www.webcrawler.com/' => 1,
  32.                        'home.snap.com/' => 1,
  33.                        'www.hotbot.com/' => 1
  34.                      );
  35. %spinach__noCache = ();
  36. %spinach__noProxy = ();
  37. %spinach__popupControl = (
  38.                            'home.netscape.com/' => 1
  39.                          );
  40. %spinach__unverifiedImages = ();
  41.